home *** CD-ROM | disk | FTP | other *** search
/ Interactive Web Graphics with Shout 3D / Interactive Web Graphics With Shout 3D.iso / mac / Code / Chapter09 / ChangeSpeedApplet.java < prev    next >
Text File  |  2000-08-29  |  185b  |  13 lines

  1.  
  2. package applets;
  3. import  shout3d.*;
  4.  
  5.  
  6. public class ChangeSpeedApplet extends Shout3DApplet {
  7.  
  8.     public void initShout3DPanel(){
  9.         panel = new ChangeSpeedPanel(this);
  10.     }
  11.     
  12. }
  13.